home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 222 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.lang.rexx
  2. Subject: VX-REXX and Check Boxes Q
  3. From: anthony.tekatch@canrem.com (Anthony Tekatch)
  4. Path: canrem.com!anthony.tekatch
  5. Distribution: world
  6. Message-ID: <60.9972.4414.0N206A4A@canrem.com>
  7. References: <4c93bc$5lm@crow.cybercomm.net>
  8. Date: Thu, 11 Jan 96 19:30:00 -0500
  9. Organization: CRS Online  (Toronto, Ontario)
  10.  
  11.  
  12. JR>I am wondering if it is possible to store a result of a check box without 
  13. JR>saving it to afile?
  14.  
  15. JR>In other words if I am in the program and "Set" a checkbox; How do I keep 
  16. JR>that checkbox set if I exit the program and restart it?
  17.  
  18. If it's just for a short time (while in the same session) then you could try
  19. setting environment variables.
  20.  
  21. It's really not that hard to save a file (if that's what you're worried about).
  22. A simple .CFG file could easily be created then read in when you start the
  23. program. You can save the CFG file every time the checkbox is CHANGEd and also
  24. when the program is terminated (if there are other things that you want to
  25. generally save).
  26.  
  27. You could also try mucking around with the extended attributes of the program
  28. and the read them back in when you start up the program the next time.
  29.  
  30. Good Luck,
  31.  
  32. Anthony          anthony.tekatch@canrem.com
  33. My Web Page   http://142.222.15.210/Electrotech/staff/tekatcha/tekatcha.htm
  34. ---
  35.  * MR/2 2.25 #187 * A QWK compatible mail reader for OS/2
  36.